ActiveReports 12
FindIndex(Int32,Predicate<Style>) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StyleSheet Class > FindIndex Method : FindIndex(Int32,Predicate<Style>) Method
Syntax
'Declaration
 
Public Overloads Function FindIndex( _
   ByVal startIndex As Integer, _
   ByVal match As Predicate(Of Style) _
) As Integer
public int FindIndex( 
   int startIndex,
   Predicate<Style> match
)

Parameters

startIndex
match
See Also

Reference

StyleSheet Class
StyleSheet Members
Overload List